home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / tests / world / world.c < prev   
Encoding:
C/C++ Source or Header  |  1991-05-21  |  79 b   |  9 lines

  1. #include <stdio.h>
  2.  
  3. int
  4. main()
  5. {
  6.     printf("hello, world\n");
  7.     return 0;
  8. }
  9.